<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8"; 

/*!
 * edh5 1.0 
 * Copyright 2015 edh5.com
 * http://www.edh5.com/
 * author:sky
*/

/* 清除内外边距 */
*, *:after, *::before {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
}
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, fieldset, lengend, button, input, textarea, th, td {
	margin: 0;
	padding: 0;
   _background-image:url(about:blank);
   _background-attachment:fixed;
}


/* 设置默认字体 */ 
body, button, input, select, textarea {
	font-family: "微软雅黑","宋体","Arail";
	font-size: 14px;
    outline:none;
}
body{font-size:62.5%;}

/* 列表元素 */ 
ul,ol,li {
	list-style: none;
}

img {
	border: none;
    vertical-align: middle;
}

.img-responsive{width:100%;height: auto}  /*自适应图片*/

/* a标签 */ 
a {
	text-decoration: none ; 
    color:#000000 ;
}

a:hover {
	text-decoration: none ;
} 

.container {
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
}
/* 定义浮动居中 */ 
.fl {
	float: left;
	display: inline
}

.fr {
	float: right;
	display: inline
}

.center {
	margin: 0 auto;
}

.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}

.clearfix:after, .clearfix:before {
	content:"";
	display:table
}
.clearfix:after {
	clear:both
}
.clearfix {
	zoom:1
}

/*重复div标签*/
.DIV{
    position:relative;
    width:98%;
    margin:0 auto;
}

.DIV4{
    position:relative;
    width:90%;
    margin:0 auto;
}


/* 重置h标签 */ 
h1 {
	font-size: 24px;font-weight: normal;
}
.h1{color:#2a2a2a;font-family:"Arial";text-align:right;}

h2 {
	font-size: 20px;font-weight: normal;
}

h3 {
	font-size: 19px;font-weight: normal;
}

.h3{color:#2a2a2a;font-family:"Arial";}

h4 {
	font-size: 16px
}
.h4{color:#313131;margin-top: 65px;font-weight: 100;}





h5 {
	font-size: 14px
}

h6 {
	font-size: 12px
}

em{font-style: normal;}

/* 字体大小 */ 
.font12 {
	font-size: 0.75em;
}

.font14 {
	font-size: .875em;
}

.font16 {
	font-size: 1em;
}

.font18 {
	font-size: 1.125em;
}

.font20 {
	font-size: 1.25em;
}

.font22 {
	font-size: 1.375em;
}

.font24 {
	font-size: 1.5em;
}

.font26 {
	font-size: 26px
}

.font28 {
	font-size: 28px
}


.font30 {
	font-size: 30px
}

/* 主色 */ 
.role_color{ color:#3fb560 }

/* 所有颜色 */ 
.c1 {
    color:#d0292a; /*red*/
}

.c2 {
    color:#313131;/*gray*/
}

.c3{color:#b3b3b3;}
.c4{color:#2d2c2c}
.c5{color:#ababab;}

/* 定义边距  padding margin*/ 
.p1{
    padding-top:25px;
}
.p3{
    padding-top:30px;
}
.m1{
    margin-top:15px;
}

.m2{
    margin-top:25px;
}

.m3{
    margin-top:30px;
}

.p1{padding-top:15px;}
.p2{padding-top:10px;}

/*line-height*/
.line1{line-height:20px;}
.line2{line-height:24px;}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#7e7e7e;font-size:0.875em;}
input:-moz-placeholder,textarea::-moz-input-placeholder{color:#7e7e7e;font-size:0.875em;}


/*自定义*/
.Width-100{width: 100%;max-width: 100%}
.Width-20{width: 20%;max-width:20%}
.Width-25{width: 25%;max-width:25%}
.Width-33{width: 33.333%;max-width:33.333%}
.inline-block{
	display: inline-block;
}
.ib-middle{
	display: inline-block;
	vertical-align: middle;
}
.ib-top{
	display: inline-block;
	vertical-align: top;
}
.position_center{
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	z-index: 99;
}
.middle-left{
	position: absolute;
	left: 0;top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}
.middle-right{
	position: absolute;
	right: 0;top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}
.middle-center{
	position: absolute;
	left: 50%;top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}
.middle-bottom{
	position: absolute;
	left: 50%;bottom: 0%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}
.fix{position: fixed;z-index: 9999}

.Triangle-right{
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-bottom: 5px transparent solid;
    border-left: 5px white solid;
    border-right: 5px transparent solid;
    border-top: 5px transparent solid;
    background: transparent;
}

.Triangle-left{
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-bottom: 8px transparent solid;
    border-left: 8px transparent solid;
    border-right: 8px #e75c1e solid;
    border-top: 8px transparent solid;
    background: transparent;
}

.Triangle-top{
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-bottom: 5px white solid;
    border-left: 5px transparent solid;
    border-right: 5px transparent solid;
    border-top: 5px transparent solid;
    background: transparent;
}

.Triangle-bottom{
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-bottom: 5px transparent solid;
    border-left: 5px transparent solid;
    border-right: 5px transparent solid;
    border-top: 5px white solid;
    background: transparent;
}

.responsive{width: 100%;max-width: 100%;height: auto}
.L-float{float: left;}
.R-float{float: right;}
.L-align{text-align: left;}
.R-align{text-align: right;}

.table{display: table;height: 100%}
.table-cell{display: table-cell;vertical-align: middle;}

.position-center{
	position: absolute;
	top: 0;bottom: 0;
	left: 0;right: 0;
	margin: auto;
}


#WidgetLauncher {
    display: none !important;
}
#WidgetFloaterPanels{
    left:-500px !important;
}
#WidgetFloaterPanels + div {
    display: none !important;
}





</pre></body></html>